ResourceGetLock Method (String) |
Gets the locks that exist on this resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock[] GetLock(
string address
)
Public Function GetLock (
address As String
) As ActiveLock()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
ActiveLockArray of locks on a resource.
See Also